Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Fill Styles

Labels

ASCII
FillStyle
Binary
fist ( = 0x66697374 )

Fill StyleS

Filled              0x00000000
Edges               0x00000001
Points              0x00000002

Constant descriptions

Filled
The renderer should draw shapes as solid filled objects.
Edges
The renderer should draw shapes as the sets of lines that define the edges of surfaces.
Points
The renderer should draw shapes as the sets of points that define the vertices of surfaces.

Data Format

FillStyleEnum           fillStyle
fillStyle
The value of this field must be one of these constants: Filled , Edges , Points .

Data Size

4

Description

A scene's fill style determines whether an object is drawn as a solid filled object or is decomposed into a set of edges or points.

Parent Hierarchy

Shared, shape, style.

Parent Objects

None.

Child Objects

None.

Example

BeginGroup ( DisplayGroup ( ) )
    FillStyle ( Edges )
    Container (
        Mesh ( ... )
        VertexAttributeSetList ( ... )
    )
    Torus ( ... )
EndGroup( )

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |